1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
3 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
4 <link rel=
"stylesheet" type=
"text/css" href=
"../refdoc.css">
5 <title>Namespace: System.Globalization
</title>
8 <h2>Namespace: System.Globalization
</h2>
11 <p> The
<a href=
"../System.Globalization/System.Globalization.html">System.Globalization
</a> namespace contains classes that define culture-related information, including the language, the country/region, the calendars in use, the format patterns for dates, currency, and numbers, and the sort order for strings.
</p>
14 <h3>Members of System.Globalization Namespace
</h3><b>Classes
</b><dl>
16 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
18 <th bgcolor=
"#C0C0C0">Class
</th>
19 <th bgcolor=
"#C0C0C0">
24 <td width=
"30%"><a href=
"types/Calendar.html">class Calendar
</a></td>
25 <td width=
"60%"> Represents time in divisions, such as weeks, months, and years.
29 <td width=
"30%"><a href=
"types/CompareInfo.html">class CompareInfo
</a></td>
30 <td width=
"60%"> Implements a set of methods for culture-sensitive string comparisons.
34 <td width=
"30%"><a href=
"types/CultureInfo.html">class CultureInfo
</a></td>
35 <td width=
"60%"> Represents information about a specific culture including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings.
39 <td width=
"30%"><a href=
"types/DateTimeFormatInfo.html">class DateTimeFormatInfo
</a></td>
40 <td width=
"60%"> Defines how
<a href=
"../System/types/DateTime.html">DateTime
</a> values are formatted and displayed, depending on the culture.
44 <td width=
"30%"><a href=
"types/DaylightTime.html">class DaylightTime
</a></td>
45 <td width=
"60%"> Defines the period of daylight-saving time.
49 <td width=
"30%"><a href=
"types/GregorianCalendar.html">class GregorianCalendar
</a></td>
50 <td width=
"60%"> Represents the Gregorian calendar.
54 <td width=
"30%"><a href=
"types/HebrewCalendar.html">class HebrewCalendar
</a></td>
55 <td width=
"60%"> Represents the Hebrew calendar.
59 <td width=
"30%"><a href=
"types/HijriCalendar.html">class HijriCalendar
</a></td>
60 <td width=
"60%"> Represents the Hijri calendar.
64 <td width=
"30%"><a href=
"types/JapaneseCalendar.html">class JapaneseCalendar
</a></td>
65 <td width=
"60%"> Represents the Japanese calendar.
69 <td width=
"30%"><a href=
"types/JulianCalendar.html">class JulianCalendar
</a></td>
70 <td width=
"60%"> Represents the Julian calendar.
74 <td width=
"30%"><a href=
"types/KoreanCalendar.html">class KoreanCalendar
</a></td>
75 <td width=
"60%"> Represents the Korean calendar.
79 <td width=
"30%"><a href=
"types/NumberFormatInfo.html">class NumberFormatInfo
</a></td>
80 <td width=
"60%"> Defines how numeric values are formatted and displayed, depending on the culture.
84 <td width=
"30%"><a href=
"types/RegionInfo.html">class RegionInfo
</a></td>
85 <td width=
"60%"> Contains information about the country/region.
89 <td width=
"30%"><a href=
"types/SortKey.html">class SortKey
</a></td>
90 <td width=
"60%"> Maps strings to their sort keys.
94 <td width=
"30%"><a href=
"types/StringInfo.html">class StringInfo
</a></td>
95 <td width=
"60%"> Provides functionality to split a string into text elements and to iterate through those text elements.
99 <td width=
"30%"><a href=
"types/TaiwanCalendar.html">class TaiwanCalendar
</a></td>
100 <td width=
"60%"> Represents the Taiwan Calendar.
104 <td width=
"30%"><a href=
"types/TextElementEnumerator.html">class TextElementEnumerator
</a></td>
105 <td width=
"60%"> Enumerates the text elements of a string.
109 <td width=
"30%"><a href=
"types/TextInfo.html">class TextInfo
</a></td>
110 <td width=
"60%"> Defines properties and behaviors, such as casing, that are specific to a writing system.
114 <td width=
"30%"><a href=
"types/ThaiBuddhistCalendar.html">class ThaiBuddhistCalendar
</a></td>
115 <td width=
"60%"> Represents the Thai Buddhist calendar.
120 </dl><br><b>Enumerations
</b><dl>
122 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
124 <th bgcolor=
"#C0C0C0">Enumeration
</th>
125 <th bgcolor=
"#C0C0C0">
130 <td width=
"30%"><a href=
"types/CalendarWeekRule.html">enumeration CalendarWeekRule
</a></td>
131 <td width=
"60%"> Defines different rules for determining the first week of the year.
135 <td width=
"30%"><a href=
"types/CompareOptions.html">enumeration CompareOptions
</a></td>
136 <td width=
"60%"> Defines the string comparison options to use with
<a href=
"../System.Globalization/types/CompareInfo.html">CompareInfo
</a>.
140 <td width=
"30%"><a href=
"types/CultureTypes.html">enumeration CultureTypes
</a></td>
141 <td width=
"60%"> Defines the types of culture lists that can be retrieved using
<a href=
"#GetCultures(System.Globalization.CultureTypes)">CultureInfo.GetCultures
</a>.
145 <td width=
"30%"><a href=
"types/DateTimeStyles.html">enumeration DateTimeStyles
</a></td>
146 <td width=
"60%"> Defines the formatting options that customize how the
<a href=
"../System/types/DateTime.html#Parse(System.String)">DateTime.Parse
</a> and
<a href=
"../System/types/DateTime.html#ParseExact(System.String,System.String,System.IFormatProvider)">DateTime.ParseExact
</a> methods parse a string.
150 <td width=
"30%"><a href=
"types/GregorianCalendarTypes.html">enumeration GregorianCalendarTypes
</a></td>
151 <td width=
"60%"> Defines the different language versions of the Gregorian calendar.
155 <td width=
"30%"><a href=
"types/NumberStyles.html">enumeration NumberStyles
</a></td>
156 <td width=
"60%"> Determines the styles permitted in numeric string arguments that are passed to the methods of the numeric base type classes.
160 <td width=
"30%"><a href=
"types/UnicodeCategory.html">enumeration UnicodeCategory
</a></td>
161 <td width=
"60%"> Defines the Unicode category of a character.
166 </dl><br><b>Namepace hierarchy
</b><br><ul class=
"none">
167 <li><a href=
"../System/types/Object.html">System.Object
</a></li>
169 <li><a href=
"../System.Globalization/types/Calendar.html">System.Globalization.Calendar
</a></li>
171 <li><a href=
"../System.Globalization/types/GregorianCalendar.html">System.Globalization.GregorianCalendar
</a></li>
174 <li><a href=
"../System.Globalization/types/HebrewCalendar.html">System.Globalization.HebrewCalendar
</a></li>
177 <li><a href=
"../System.Globalization/types/HijriCalendar.html">System.Globalization.HijriCalendar
</a></li>
180 <li><a href=
"../System.Globalization/types/JapaneseCalendar.html">System.Globalization.JapaneseCalendar
</a></li>
183 <li><a href=
"../System.Globalization/types/JulianCalendar.html">System.Globalization.JulianCalendar
</a></li>
186 <li><a href=
"../System.Globalization/types/KoreanCalendar.html">System.Globalization.KoreanCalendar
</a></li>
189 <li><a href=
"../System.Globalization/types/TaiwanCalendar.html">System.Globalization.TaiwanCalendar
</a></li>
192 <li><a href=
"../System.Globalization/types/ThaiBuddhistCalendar.html">System.Globalization.ThaiBuddhistCalendar
</a></li>
196 <li><a href=
"../System.Globalization/types/CompareInfo.html">System.Globalization.CompareInfo
</a> ---
<a href=
"../System.Runtime.Serialization/types/IDeserializationCallback.html">System.Runtime.Serialization.IDeserializationCallback
</a></li>
199 <li><a href=
"../System.Globalization/types/CultureInfo.html">System.Globalization.CultureInfo
</a> ---
<a href=
"../System/types/ICloneable.html">System.ICloneable
</a>,
<a href=
"../System/types/IFormatProvider.html">System.IFormatProvider
</a></li>
202 <li><a href=
"../System.Globalization/types/DateTimeFormatInfo.html">System.Globalization.DateTimeFormatInfo
</a> ---
<a href=
"../System/types/ICloneable.html">System.ICloneable
</a>,
<a href=
"../System/types/IFormatProvider.html">System.IFormatProvider
</a></li>
205 <li><a href=
"../System.Globalization/types/DaylightTime.html">System.Globalization.DaylightTime
</a></li>
208 <li><a href=
"../System.Globalization/types/NumberFormatInfo.html">System.Globalization.NumberFormatInfo
</a> ---
<a href=
"../System/types/ICloneable.html">System.ICloneable
</a>,
<a href=
"../System/types/IFormatProvider.html">System.IFormatProvider
</a></li>
211 <li><a href=
"../System.Globalization/types/RegionInfo.html">System.Globalization.RegionInfo
</a></li>
214 <li><a href=
"../System.Globalization/types/SortKey.html">System.Globalization.SortKey
</a></li>
217 <li><a href=
"../System.Globalization/types/StringInfo.html">System.Globalization.StringInfo
</a></li>
220 <li><a href=
"../System.Globalization/types/TextElementEnumerator.html">System.Globalization.TextElementEnumerator
</a> ---
<a href=
"../System.Collections/types/IEnumerator.html">System.Collections.IEnumerator
</a></li>
223 <li><a href=
"../System.Globalization/types/TextInfo.html">System.Globalization.TextInfo
</a> ---
<a href=
"../System.Runtime.Serialization/types/IDeserializationCallback.html">System.Runtime.Serialization.IDeserializationCallback
</a></li>
226 <li><a href=
"../System/types/ValueType.html">System.ValueType
</a></li>
228 <li><a href=
"../System/types/Enum.html">System.Enum
</a></li>
230 <li><a href=
"../System.Globalization/types/CalendarWeekRule.html">System.Globalization.CalendarWeekRule
</a></li>
233 <li><a href=
"../System.Globalization/types/CompareOptions.html">System.Globalization.CompareOptions
</a></li>
236 <li><a href=
"../System.Globalization/types/CultureTypes.html">System.Globalization.CultureTypes
</a></li>
239 <li><a href=
"../System.Globalization/types/DateTimeStyles.html">System.Globalization.DateTimeStyles
</a></li>
242 <li><a href=
"../System.Globalization/types/GregorianCalendarTypes.html">System.Globalization.GregorianCalendarTypes
</a></li>
245 <li><a href=
"../System.Globalization/types/NumberStyles.html">System.Globalization.NumberStyles
</a></li>
248 <li><a href=
"../System.Globalization/types/UnicodeCategory.html">System.Globalization.UnicodeCategory
</a></li>
252 </ul><br><i><a href=
"../documentation_license.txt">
253 Copyright (c)
2002 Microsoft Corporation. All rights reserved.